home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_321 / frame_40 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  382 b   |  13 lines

  1. cancel_btn.onRelease = cancel_btn.onReleaseOutside = function()
  2. {
  3.    this._parent.gotoAndStop("init");
  4. };
  5. okay_btn.onRelease = okay_btn.onReleaseOutside = function()
  6. {
  7.    audibleterms = true;
  8.    trace("WEBLINK:" + webLink);
  9.    getURL("lingo:Flsh_openWebPage(\"" + webLink + "\")","");
  10.    this._parent.gotoAndStop("init");
  11. };
  12. help_box.title.text = "PARENT POWER CD-Rom";
  13.